fix(rh-sre): use get_mcp_version in mcp-lightspeed-validator#125
Merged
dmartinol merged 1 commit intoJun 22, 2026
Conversation
…tivity validation - Revised the workaround for MCP tool failures to clarify the use of default parameters. - Updated the allowed tools in the MCP Lightspeed Validator to use `get_mcp_version` instead of `vulnerability__get_cves`. - Adjusted the workflow steps to align with the new validation method. These changes enhance clarity and ensure accurate usage of the MCP tools. Signed-off-by: Daniele Martinoli <dmartino@redhat.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #123
Summary
Switch the
mcp-lightspeed-validatorskill fromvulnerability__get_cvestoget_mcp_versionfor connectivity checks.get_mcp_versionis always available on the MCP gateway regardless of enabled toolsets and does not trigger CVE UI surfaces.Also updates the
get_cves/limit_troubleshooting doc to remove the validator from affected skills and point connectivity validation to/mcp-lightspeed-validator.Pack(s) affected
ocp-adminrh-ai-engineerrh-automationrh-basicrh-developerrh-srerh-virtChange type
mcps.json)Contribution method
/agentic-contribution-skillmake validate+make validate-skill-design-changed)Pack-persona alignment (new skills only)
N/A — existing validator skill update.
AGENTS.md compliance
${VAR}referencesValidation
make validatepasses locallyname,description)name,description)Test plan
./scripts/run-skill-linter.sh rh-sre/skills/mcp-lightspeed-validator/passes/mcp-lightspeed-validatorand confirm it callsget_mcp_version(notvulnerability__get_cves)Made with Cursor